doe_optimization_result Derived Type

type, public :: doe_optimization_result

Results from RSM-based optimization.


Components

Type Visibility Attributes Name Initial
logical, public :: converged

Whether optimization converged.

real(kind=real64), public :: convergence_tolerance

Tolerance used for convergence.

integer(kind=int32), public :: iteration_count

Number of iterations to converge.

character(len=256), public :: method

Optimization method used.

real(kind=real64), public, allocatable, dimension(:) :: optimal_coded_factors

Optimal factor settings (in coded scale).

real(kind=real64), public, allocatable, dimension(:) :: optimal_natural_factors

Optimal factor settings (in natural scale).

real(kind=real64), public :: optimal_response

Predicted response at optimal point.